createCaptionsFromURI

abstract suspend fun createCaptionsFromURI(uri: String): List<DesignBlock>

Creates new caption blocks from the given file.

Return

A list of created caption block IDs.

Parameters

uri

The URI for the captions file to load. Supported file formats are: SRT and VTT.